All Questions
2 questions
2votes
1answer
813views
Genetic Algorithm's Tournament Selection limit to be selected
I started working again on a Genetic Algorithm and i'm trying a lot of operators and ways of selection. When I made the Tournament Selection , I noticed that it gets really easy to always get the top ...
0votes
1answer
175views
Estimed number of tries
Problem: The Oscar Committee wants to decide which person should get the best actor award among the given N actors.For that they decided to use a random function random_bit() which returns either 0 ...